type golang.org/x/crypto/chacha20poly1305.chacha20poly1305

12 uses

	golang.org/x/crypto/chacha20poly1305 (current package)
		chacha20poly1305.go#L35: type chacha20poly1305 struct {
		chacha20poly1305.go#L47: 	ret := new(chacha20poly1305)
		chacha20poly1305.go#L52: func (c *chacha20poly1305) NonceSize() int {
		chacha20poly1305.go#L56: func (c *chacha20poly1305) Overhead() int {
		chacha20poly1305.go#L60: func (c *chacha20poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
		chacha20poly1305.go#L74: func (c *chacha20poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
		chacha20poly1305_amd64.go#L49: func (c *chacha20poly1305) seal(dst, nonce, plaintext, additionalData []byte) []byte {
		chacha20poly1305_amd64.go#L68: func (c *chacha20poly1305) open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
		chacha20poly1305_generic.go#L30: func (c *chacha20poly1305) sealGeneric(dst, nonce, plaintext, additionalData []byte) []byte {
		chacha20poly1305_generic.go#L56: func (c *chacha20poly1305) openGeneric(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
		xchacha20poly1305.go#L58: 	c := new(chacha20poly1305)
		xchacha20poly1305.go#L80: 	c := new(chacha20poly1305)